UInt32NINumericUInt32NSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Subtract(
UInt32N value
)
Private Function Subtract (
value As UInt32N
) As UInt32N Implements INumeric(Of UInt32N).Subtract
private:
virtual UInt32N Subtract(
UInt32N value
) sealed = INumeric<UInt32N>::Subtract
private abstract Subtract :
value : UInt32N -> UInt32N
private override Subtract :
value : UInt32N -> UInt32N
- value UInt32N
- The value to subtract from the current value.
UInt32NThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)